func testing.callerName

3 uses

	testing (current package)
		testing.go#L1028: 		name := callerName(0)
		testing.go#L1209: func callerName(skip int) string {
		testing.go#L1300: 	t.runner = callerName(0)